follow up to r106272, alphabetical order so Nikerabbit doesnt go mad :)
authorJeroen De Dauw <jeroendedauw@users.mediawiki.org>
Thu, 15 Dec 2011 16:23:33 +0000 (16:23 +0000)
committerJeroen De Dauw <jeroendedauw@users.mediawiki.org>
Thu, 15 Dec 2011 16:23:33 +0000 (16:23 +0000)
includes/AutoLoader.php

index a7cffe3..710ea61 100644 (file)
@@ -547,15 +547,15 @@ $wgAutoloadLocalClasses = array(
        'JSParser' => 'includes/libs/jsminplus.php',
 
        # includes/logging
-       'LogEventsList' => 'includes/logging/LogEventsList.php',
-       'LogPage' => 'includes/logging/LogPage.php',
-       'LogPager' => 'includes/logging/LogEventsList.php',
        'DatabaseLogEntry' => 'includes/logging/LogEntry.php',
        'DeleteLogFormatter' => 'includes/logging/LogFormatter.php',
        'LegacyLogFormatter' => 'includes/logging/LogFormatter.php',
        'LogEntry' => 'includes/logging/LogEntry.php',
+       'LogEventsList' => 'includes/logging/LogEventsList.php',
        'LogEntryBase' => 'includes/logging/LogEntry.php',
        'LogFormatter' => 'includes/logging/LogFormatter.php',
+       'LogPage' => 'includes/logging/LogPage.php',
+       'LogPager' => 'includes/logging/LogEventsList.php',
        'ManualLogEntry' => 'includes/logging/LogEntry.php',
        'MoveLogFormatter' => 'includes/logging/LogFormatter.php',
        'NewUsersLogFormatter' => 'includes/logging/LogFormatter.php',